Filter the current package out of override paths
authorAlex Crichton <alex@alexcrichton.com>
Wed, 23 Jul 2014 15:49:02 +0000 (08:49 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 23 Jul 2014 15:52:27 +0000 (08:52 -0700)
commit32884f0a50fc77a12073c6ae4c8c08186652576a
treec42b5f5e27081d0ae7de2e991385de7654e26b76
parent65074a82fa0f4944294943dff4072b706f351b74
Filter the current package out of override paths

The current package being built should never be overridden, only its
dependencies.

Closes #225
src/cargo/ops/cargo_compile.rs
tests/test_cargo_compile_path_deps.rs